[P2P] Unify intra-node and inter-node API.#716
Conversation
|
It passed the following intra-node tests and all inter-node tests: |
|
The basic idea is to use The one-sided operations (write/read) require different metadata types depending on the communication: |
|
Thanks @zhongjiechen, this is great. I see the changes don't apply for readv/writev since there is no readv_ipc/writev_ipc. Would you be adding that? |
I think we can support that in another PR. |
|
Hi @zhongjiechen , we recently upgrade P2P from UDS to shm-backed jring in #718. So you might need to resolve some conflict |
Description
Fixes #715
Type of Change
How Has This Been Tested?
Include any tests here.
Checklist
format.sh.build_and_install.shto verify compilation.